home *** CD-ROM | disk | FTP | other *** search
/ Mac100% 1999 April / MAC100-1999-04.ISO.7z / MAC100-1999-04.ISO / オンラインソフト定点観測 / Demo / MacToPic Plus 8.8.0 Demo.sea / MacToPic +™ Demo / Help + < prev    next >
Text File  |  1997-05-13  |  29KB  |  629 lines

  1.  
  2.                                        MacToPic +ェ
  3.                                       By Rich Love
  4.  
  5.                                   Copyright 1989 - 1997
  6.                                    All rights reserved
  7.                                    Carnation Software
  8.                              PO Box 608 Carnation, Wa  98014
  9.                                      (425) 333-4288
  10.                       Internet Email: richlove@carnation-software.com
  11.                           http://www.carnation-software.com/carn
  12.                                
  13.         NOTE: If you are using System 7.5 or later you can use the
  14.         MacToPic +ェ guide help which has an Index and Topics to help you
  15.         find the information you are looking for more quickly.
  16.         The MacToPic +ェ Help file must be inside of the MacToPic Plus Folder.
  17.         To use MacToPic +ェ guide help, close this window and select
  18.         MacToPic Plus Guide from the ? Menu at the top right of your screen.
  19.         ____________________________________________________________________
  20.  
  21.         Emulations for Adds Viewpoint, Wyse 50/60, Wyse 370, VT101,
  22.         TV925 and Prism terminals.
  23.         The Viewpoint emulator supports Enhanced Viewpoint mode. 
  24.         You can transfer data from the host to your Macintosh 
  25.         disk and load the data into a Mac Spreadsheet, Data base,
  26.         or Word Processor. You can transfer a text file from your
  27.         Macintosh to the host and insert it into a host word
  28.         processor or editor. You can combine text and pictures on the
  29.         screen by using simple statements from Pick basic.
  30.         AppleScript is supported for automating tasks.
  31.  
  32.         The following is a brief explanation of features. Please read the
  33.         MacToPic user's Manual for detailed information.
  34.  
  35.         (All functions are available from the Menu bar)
  36.  
  37.         FILE MENU:   
  38.  
  39.         Use CommToolBox
  40.  
  41.         When enabled, this option uses the CommToolBox tools in the
  42.         System Extensions folder for Connections and file transfers.
  43.         Please see the manual addendum, "MacToPic +ェ with CommToolBox"
  44.         for instructions on the use of MacToPic +ェ with the CommToolBox.
  45.         The CommToolBox allows connections to networks such as Ethernet
  46.         and Appletalk and recognizes extra ports on serial cards.
  47.  
  48.         Host-to-Mac Transfer
  49.  
  50.         Under the FILE menu you will find 'Host-to-Mac Transfer'. 
  51.         This allows you to transfer data from the Pick host directly to 
  52.         your Macintosh disk. Just enter the Pick command to transfer data,
  53.         then enter the name you want the data saved to on disk.
  54.         An example of a command would be LIST MD to list the contents 
  55.         of the master dictionary to your Mac disk. Or you could LIST 
  56.         EMPLOYEES BY HIRE-DATE. Any legal Pick command that normally 
  57.         transfers info to the screen can be used while downloading in the
  58.         standard format (Spreadsheet/Database conversion Off). Data
  59.         downloaded in the standard format can be used in a Mac word processor.
  60.  
  61.         You can select 'Automatic NOPAGE (on/off)'. With NOPAGE on, data
  62.         transmissions longer than one page will transfer without stopping. With
  63.         NOPAGE off, data transmission will terminate after one page unless you
  64.         are using a Proc that does a nopage.
  65.  
  66.         You can download data in a standard format or choose Spreadsheet/
  67.         Database format. The Spreadsheet/Database format arranges data in 
  68.         columns for Mac spreadsheets or word processors and it groups records 
  69.         together for input into Mac Databases. Consult the MacToPic manual for
  70.         further instructions on writing Procs on your host computer to transfer
  71.         data in the Spreadsheet/Database format.
  72.  
  73.         You have the option of setting the timer for 5 seconds or 
  74.         10 seconds. This is the timer used during downloading. (If no data
  75.         is received for 5 seconds, MacToPic assumes that the download
  76.         is done.) You can also set the timer for any period you wish and 
  77.         it will override the 5 and 10 second timer.
  78.  
  79.         
  80.         A Microsoft Word Style sheet has been included on this disk for use 
  81.         with data that was transferred with Spreadsheet/Database conversion
  82.         to be used in a word processor document.
  83.         
  84.         If you want to abort a long data transmission, use COMMAND Period.
  85.  
  86.  
  87.         Mac-To-Host Transfer
  88.  
  89.         You can send a text file from your Macintosh disk to your host computer.
  90.         Just select a file to transfer and the data will be sent.
  91.         NOTE: Your Pick host must be in a mode ready to receive the data (in a 
  92.         word processor or Editor in the insert mode). You can also use the 
  93.         Mac-To-Host Program supplied on the MacToPicェ disk. This is a PICK
  94.         BASIC program that receives the data from the Mac and stores it in
  95.         a temporary file. (See the addendum sheet titled, "Mac-To-Host Program"
  96.  
  97.         Break
  98.  
  99.         Sends a 200ms Break signal to the Host computer.
  100.  
  101.         Open ...
  102.  
  103.         Opens a text file to be read. Use this option to read a text file
  104.         that you have downloaded or a file you have recorded in the Capture
  105.         mode. If you are reading a file that has been downloaded with
  106.         Spreadsheet/Database conversion ON, the data will look compressed.
  107.         When these files are loaded into a spreadsheet or data base they 
  108.         will look normal. Also note that there is no Horizontal scrolling
  109.         capability in the text reader. Any data wider than 80 columns will
  110.         not be shown but can be read by a word processor, data base or
  111.         spreadsheet program.
  112.  
  113.         Open a MacPaint picture and display it on the screen. This is a 
  114.         good way to verify that your picture will be displayed properly
  115.         under Pick Basic control. Make sure the picture is in the upper
  116.         left corner of the screen. If not, use a paint program to position
  117.         the picture correctly. MacToPic + will only display MacPaint 
  118.         pictures. (PNTG format). 
  119.         From Pick Basic:  PRINT CHAR(27):"5":"PictureName"
  120.         to send a picture to the screen. 
  121.  
  122.         You can also open PICT Pictures, MacPaint Pictures and QuickTime
  123.         movies for viewing.
  124.  
  125.         Print ...
  126.  
  127.         Prints a text file. Use this option to print a text file that you
  128.         have downloaded or a file you have recorded in the Capture mode.
  129.  
  130.         Print Screen
  131.  
  132.         Prints the contents of the screen. Select Best or Faster print modes.
  133.         (Draft will not work for a screen dump.) Print Screen Cannot be used
  134.         from the Text Reader screen.
  135.  
  136.         Printer On
  137.  
  138.         Turns the printer on. All data that comes to the screen will be 
  139.         printed. Printing does not start until the Printer is turned off.
  140.         If "Use Clipboard for Print Buffer is selected as a preference,
  141.         then data is held in the Clipboard until printing begins.
  142.         You can toggle Printer ON and Off with COMMAND =.
  143.         The host computer can also send a command to your Mac to toggle
  144.         the printer on and off. 
  145.  
  146.         Printer Setup
  147.  
  148.         If you select Printer Setup from the File Menu and enable 
  149.         "Form Feed from Host = New Page", page breaks will occur each time
  150.         MacToPicェ gets a form feed (Char 12) from the host. You can also 
  151.         specify a word that will cause a page break when ever it appears
  152.         at the beginning of a line.
  153.  
  154.  
  155.         Quit
  156.  
  157.         Exits MacToPic
  158.  
  159.         EDIT MENU
  160.  
  161.         Paste
  162.  
  163.         You can paste clipboard data from your Mac to the Host computer. Data 
  164.         gets into the clipboard by using the Record to Clipboard feature under
  165.         the Capture Menu. You can also use other Mac programs and Cut data, then
  166.         Paste the data to the Host using MacToPic.
  167.  
  168.         Paste Delay
  169.  
  170.         If you don't have type-ahead on your host, enter a delay time between
  171.         lines and characters. This will give the host enough time to accept each
  172.         line and character of data before the next one is sent during the paste
  173.         operation. The default is 4/60th of a second between lines and
  174.         1 microsecond between characters. (You can try setting both of these to
  175.         zero for a faster paste operation. If some characters are missing then
  176.         set the delays higher).
  177.       
  178.         Clear Application Screen
  179.  
  180.         You can clear the screen at any time by pressing Command K. Or select
  181.         Clear Application Screen from the File menu. The screen will be cleared  
  182.         and the cursor will move to home position. Clearing the screen also 
  183.         clears the Macintosh input buffer of any data coming from the Host
  184.         computer. Only rows 1 through 24 are cleared.
  185.  
  186.         Clear Message
  187.  
  188.         This clears any messages which may have been sent from the host.
  189.  
  190.         Reset Fkey Display     Re-draws the function keys at the bottom 
  191.                                of the screen.
  192.  
  193.         Clear Entire Screen    Clears all rows
  194.  
  195.         Paste Delay
  196.  
  197.         Enter the delay between characters and lines sent to the host during
  198.         a Paste transmission to the host. This is necessary if your host 
  199.         cannot accept the data as fast as MacToPic sends it.
  200.  
  201.         Mac-To-Host Transfer Options
  202.  
  203.         If you don't have type-ahead on your host, enter a delay time for
  204.         Host-To-Mac data transfers. This will give the host enough time to
  205.         accept each line of data before the next one is sent.
  206.  
  207.         'Convert tabs to Attribute marks' causes Attribute marks (^) to be
  208.         transmitted to the host instead of tabs. This is useful when you
  209.         are using the 'Mac-To-Host Program' to receive the data on the host.
  210.         It will cause each field name transmitted from the Mac to become a
  211.         new attribute item in the PICK hold file.
  212.  
  213.         Preferences
  214.  
  215.           Remember Window Positions - MacToPic will remember the size and
  216.           position of your MacToPic window when you close the window or
  217.           quit and restart MacToPic.
  218.  
  219.           Use Clipboard for Print Buffer -      If "Use Clipboard for
  220.           Print Buffer" is not selected then the disk will be used to 
  221.           temporarily store data as it is being printed and the temporary
  222.           file will be deleted as soon as printing is completed. 
  223.           If this option is selected then the clipboard will hold data
  224.           waiting to print.
  225.  
  226.           Click on System Builder Menus -  Select this option if you use
  227.           a program on your host computer called, System Builder. You will
  228.           then be able to use the mouse to click on menu items.
  229.           If this option is not selected then you will be able to click on
  230.           non-System Builder menu items on your screen.
  231.  
  232.  
  233.         DIALER MENU: Quickdial lets you store your most frequently
  234.                dialed number and dial it quickly with Quickdial.
  235.                You can also maintain a separate phone list and dial
  236.                from the list. Use Command L to see the list.
  237.  
  238.           Hang-Up
  239.  
  240.              If you are using a Hayes compatible modem you can hang-up by
  241.              selecting Hang-Up from the Dialer menu.
  242.  
  243.           Tone Dialing
  244.              
  245.              Most phone companies provide tone dialing capability. Use this
  246.              if possible because it is faster than pulse dialing.
  247.  
  248.           Pulse Dialing
  249.  
  250.              Simulates dialing a rotary phone instead of a push button phone.
  251.              Use this if your phone company does not support tone dialing.
  252.  
  253.           Disconnect Modem Upon Quit
  254.  
  255.              Causes the modem to hang up when you quit from MacToPicェ. 
  256.              In more technical terms, DTR and DSR are dropped. It is
  257.              a good idea to keep this enabled. Some programs such as
  258.              Applelink and Dove Fax get upset if DTR/DSR are left on
  259.              and think that the modem port is still in use. This option
  260.              is useful for non-multifinder users who want to quit and
  261.              re-enter MacToPicェ without hanging up the modem. Changes
  262.              take effect when you dial out through the modem.
  263.          
  264.           Modem Initialization String
  265.  
  266.              You can enter a character string that MacToPicェ will send
  267.              to the modem before dialing. There are four pre-defined
  268.              strings included for the PowerBook computers. Just click
  269.              on a button to activate them. Normally a Modem string is
  270.              not needed, so the default is no string. The PowerBook may
  271.              intermittently not dial the phone unless you use the modem
  272.              string provided. A Custom button is provided for you to
  273.              enter a custom string for non-apple modems.
  274.  
  275.       Settings MENU: Select baud rates from 300 to 57600.
  276.                Select the word length and parity.
  277.                Select standard or ASCII display. The default is
  278.                standard. Ascii display shows you the Ascii codes
  279.                for each character displayed.
  280.                Enable Xon/Xoff. Make sure the Host is also enabled.
  281.  
  282.                Serial Port Activation
  283.                  MacToPic is capable of releasing the serial port when it
  284.                  is not active. (not active means that you clicked on 
  285.                  another application window or you selected メHide MacToPicモ
  286.                  from the System 7 menu.) When you select メSerial Port
  287.                  Activationモ from the Settings menu, you will have three
  288.                  options to choose from:
  289.  
  290.                     1. メAlways keep serial port active (open) when MacToPic
  291.                        is runningモ.  This is the normal default setting.
  292.                        Clicking on other windows or hiding MacToPic will
  293.                        have no effect and the serial port will remain open.
  294.  
  295.                     2. メRelease Serial Port when MacToPic window is not
  296.                         activeモ.  Closes the serial port whenever the user
  297.                         clicks on another window or hides MacToPic. This
  298.                         option does not drop DSR/DTR which is important if
  299.                         you are using a modem and donユt want to hang up
  300.                         (Disconnect) the phone connection.
  301.  
  302.                     3. メRelease Serial Port and Drop DTR & DSR when
  303.                         MacToPic window is not activeモ  This option does
  304.                         the same thing as option 2 except that DSR/DTR are
  305.                         dropped causing a modem phone connection to hang
  306.                         up. This option is necessary to be compatible 
  307.                         with some other communications programs such as
  308.                         Applelink and America Online. These programs wonユt
  309.                         work if DSR and DTR have not been dropped.
  310.             
  311.  
  312.        Emulate MENU: You can choose from five terminal emulators;
  313.                Prism, Viewpoint, Wyse, Televideo 925 or VT101.
  314.                The Viewpoint emulator also supports Enhanced mode.
  315.                Your choice of emulation depends on which terminals your
  316.                host supports. If you select the incorrect emulator, all 
  317.                kinds of strange characters will be scattered on the
  318.                screen . All five emulators support cursor positioning,
  319.                erase commands, inverse video and Underlining. The Viewpoint,
  320.                Wyse, TV925 and VT101 emulators support graphic drawing 
  321.                characters and 80/132 column codes from the host.
  322.                You can select Viewpoint or Wyse function keys. Other fkeys
  323.                can be loaded from disk.
  324.                (Read the file on disk "Function keys"
  325.                for a chart showing Mac keys to use for Fkeys)
  326.  
  327.                International Characters
  328.                   Allows you to select special character sets from many
  329.                   countries. These sets work in 7-bit and 8-bit mode.
  330.                   NOTE: IBM Set2 is an 8-bit-only character set used in
  331.                   European countries. Make sure that ヤStrip 8th bitユ is
  332.                   not checked under the Emulate Menu when using this set.
  333.  
  334.                Video attributes are displayed in color on Macintosh II
  335.                models as follows:
  336.  
  337.                       
  338.                   Attribute        Color       Effect  
  339.                  _______________________________________         
  340.  
  341.                  Inverse video     Blue        Inverse
  342.  
  343.                  Underlined        Blue        Underlined
  344.  
  345.                  Blinking          Red         Bold
  346.  
  347.                  Dim               Green       Normal or dim
  348.  
  349.                  Message           Red         Normal
  350.  
  351.  
  352.         NOTE: Small Macs without a color screen will display Blinking in 
  353.               in a bold font. Dim characters will show up as dim if 
  354.               "Enable Dim Characters" is checked under the Emulate menu
  355.                in the Video Attributes dialog box.
  356.  
  357.                Generic mode is just a TTY emulator and does not support any
  358.                special functions.
  359.  
  360.                   Tymnet Mode for Prism
  361.                      This needs to be enabled to see the logon message when
  362.                      logging into Tymnet in the Prism emulation mode. This 
  363.                      needs to be disabled when running some Pick programs
  364.                      that use the upper 128 characters for video attributes.
  365.                      Note: This mode will always be enabled when using any
  366.                            international character set other than US ASCII
  367.                            when you are using Prism emulation.
  368.  
  369.                   Backspace = Delete
  370.                      Causes the Mac backspace key to send Delete (127)
  371.                      instead of Backspace (08) to the host. This is needed
  372.                      for VT101 mode when communicating with a Vax Host. It
  373.                      may be used with any of the emulation modes.
  374.  
  375.                   Enable Dim Characters Video Attributes
  376.                      When this is enabled, dim characters sent from the host
  377.                      will appear dim on the Mac screen.
  378.                      This should be enabled for Macs with black & white screens.
  379.                      Macs with color screens will display dim characters in
  380.                      a green color whether this is enabled or not.
  381.  
  382.                   Caps lock ON
  383.                      Causes all characters typed on the Mac keyboard to be 
  384.                      in upper case. (Overrides the Caps Lock key on the
  385.                      keyboard.)
  386.  
  387.  
  388.                   Strip 8th bit
  389.  
  390.                      Strips the 8th bit from characters sent to the Mac from
  391.                      a host computer. This is required for many bulletin
  392.                      board systems. It allows you to use 8 bits no parity
  393.                      but not use the 8th bit (characters above 127).
  394.                      In general:
  395.                           In the USA, Strip 8th bit (is checked)
  396.                           In Europe, do not strip 8th bit (not checked)
  397.  
  398.                   Use large font for 132 col mode
  399.                      Uses a size 9 font when in the 132 column mode instead
  400.                      of size 6. This is useful for large two-page monitors
  401.                      that are capable of displaying 132 columns with a larger
  402.                      font. 
  403.  
  404.                   Function Key Options
  405.                      Has user selectable options for programmable function keys.
  406.                      If you put a check mark in the box labeled "Double-clicking
  407.                      on a Function Key changes its function or title", you will
  408.                      be able to double click on the function keys at the bottom 
  409.                      of the screen to edit them. 
  410.                      You can create custom function key sets and save them. This
  411.                      allows you to keep separate key sets for each application 
  412.                      you run on your Pick machine. 
  413.  
  414.                   Edit Function Keys
  415.                      Allows you to edit all 32 function keys (16 shifted and
  416.                      16 non-shifted) whether they are visible at the bottom
  417.                      of the screen or not.
  418.               
  419.               
  420.                       
  421.         Capture MENU:  The capture buffer can be turned on or off by holding
  422.                down the Command key and pressing the space bar.
  423.                When the capture buffer is on, all data is recorded                          
  424.                and held in a buffer and saved to disk in a file named 
  425.                Recorder. You can Make a new capture file on disk,
  426.                Select an existing capture file on disk, or
  427.                Delete a capture file from disk.
  428.                Data is always appended to the existing file.
  429.                When you Make or Select a capture buffer it becomes
  430.                the current buffer. If you delete the Recorder file, it
  431.                will remain on disk but it's contents will be erased.
  432.  
  433.                RECORD TO CLIPBOARD
  434.                When you turn this option on, all data that comes to the
  435.                screen will be recorded to the Clipboard for use in other
  436.                programs. If you are using Multifinder or Quick keys to
  437.                go to the other program, make sure that you turn this
  438.                option off to properly close the clipboard first.
  439.  
  440.                Convert Tabs to Carriage Returns
  441.                When this is enabled, all tabs from the host are converted
  442.                to carriage returns before the capture file is saved to disk.       
  443.  
  444.                SCREEN CAPTURE SOUND
  445.                Turns on the Camera shutter sound for screen captures.
  446.                Any time you want to capture a section of the screen, just drag
  447.                the mouse and lasso the part of the screen you want to copy to
  448.                the clipboard. The captured screen becomes a picture that can 
  449.                be pasted into any other program. You can turn the mouse cursor 
  450.                into a crosshair cursor by holding down the Option key.
  451.                NOTE: to Capture text into the clipboard as editable text you need
  452.                to use the RECORD TO CLIPBOARD option. 
  453.  
  454.                SAVE CAPTURED TEXT AS:
  455.                Select the type of document you want captured files to become
  456.                on disk. Then each time you capture data to disk, a special
  457.                creator type will be assigned to the file. It will become a text
  458.                file that can be double-clicked from the finder to launch the
  459.                associated program and load automatically. If the document type
  460.                is not available as a button to select from, you can enter any
  461.                4-digit creator type. (Youユll need to find out what the creator
  462.                type is for other documents)
  463.  
  464.                NEW LINE ON RECEIPT OF CR
  465.                Causes Carriage Return/Line Feed whenever a Carriage Return
  466.                character (decimal 13) is detected from the Host. This only works
  467.                when MacToPicェ is in a recording mode capturing data to disk.
  468.                This option is usually enabled when you are capturing coded files
  469.                containing special characters (such as bold, underline etc) to be
  470.                imported into word processors.
  471.  
  472.                NEW LINE ON RECEIPT OF LF
  473.                Causes Carriage Return/Line Feed whenever a Line Feed
  474.                character (decimal 10) is detected from the Host. This only works
  475.                when MacToPicェ is in a recording mode capturing data to disk.
  476.                This is the normal default mode.
  477.  
  478.  
  479.  
  480.         Special MENU:
  481.  
  482.                Run AppleScript... lets you run compiled scripts that are
  483.                in the AppleScripts folder. For more information, read
  484.                the file called MacToPic +ェ and AppleScript.
  485.  
  486.                You can send control characters to the host by holding
  487.                down the Command key and any one of the control
  488.                characters in the Special Menu. The control character 
  489.                is sent and the Macintosh input buffer is cleared.
  490.                
  491.                Command 1 (Xoff) stops a listing and waits for Command 2 (Xon)
  492.                to resume.
  493.                
  494.                Command 3 (Control C) used on Dec and Unix computers
  495.                Command 4 (Control U) used on Dec computers
  496.                Command 5 (Control X) exits from Pick listings.
  497.                Command 6 (Control Z) used by Dec and Unix computers.
  498.            
  499.                You can select Standard sized Window or Multifinder sized
  500.                Window. The Multifinder window is a smaller window that
  501.                allows you to view the disk icons in the finder. Note that
  502.                you may also resize the window by dragging the lower right 
  503.                corner with your mouse. If you have a monitor larger than
  504.                13 inches, the MacToPicェハwindow will automatically pop out
  505.                from behind the menu bar an can be moved around on the screen.
  506.  
  507.                16-POINT FONT AND LARGE WINDOW
  508.                This is an option for large monitors only. If your monitor
  509.                is not at least 823 pixels wide, this option will be dimmed
  510.                and you won't be able to use it. It is especially useful
  511.                for Radius monitors with 78 DPI which shrink the screen and
  512.                make it hard to read the standard 12-Point font.
  513.  
  514.   
  515.                Send Carriage Return Upon Startup
  516.  
  517.                This will send a carriage return to the host each time
  518.                MacToPic is run. If you are connected directly to the host
  519.                you will get a logon prompt.
  520.  
  521.                80 Column screen - Selects 80 column screen and large font.
  522.  
  523.                128 Column screen - Selects 128 column screen and small font.
  524.                                    (Used on small Mac screens). Will accept
  525.                                    132 column codes from host but last four 
  526.                                    characters will be truncated.
  527.  
  528.                156 Column screen - Selects 156 Column screen and small font.
  529.                                    (Used on Mac II models or any mac with a
  530.                                     larger screen)
  531.  
  532.                Screen Textwrap - Causes characters to wrap to the next line
  533.                                  if no carriage return is seen from the host.
  534.  
  535.  
  536.  
  537. Typing System Delimiter Marks
  538.  
  539. System Delimiter characters are used by programmers or system managers
  540. using the Pickィ editor.
  541. You can type System Delimiter characters on your Macintosh keyboard by 
  542. holding down the Option key and one of the following letter keys.
  543.  
  544.  
  545. Option Key     Delimiter
  546.  
  547.  
  548.      B         Start Buffer    [
  549.  
  550.      S         Subvalue Mark   ¥
  551.  
  552.      V         Value Mark      ]
  553.  
  554.      A         Attribute Mark  ^
  555.  
  556.      G         Segment Mark    _
  557.  
  558.      <         Backtab
  559.  
  560. Option and Command Key
  561.  
  562.      T         Sends control T
  563.  
  564. Option and Shift Keys
  565.  
  566.      ~         Sends escape   (for Mac keyboards with no escape key)
  567.      i         insert key     (insert key for Viewpoint and Wyse)
  568.  
  569.  
  570.  
  571.         ==================================================================
  572.  
  573.                               Copyright ゥ 1989 - 1996
  574.                                Carnation Software  ィ
  575.                                     PO Box 608
  576.                                Carnation, Wa  98014
  577.                                    (425) 333-4288
  578.                                                
  579.  
  580.         NOTE:  MacToPicェ is a copyrighted program. It is illegal to copy and use 
  581.         MacToPicェ on more than one Macintosh. You may install MacToPicェ on the
  582.         hard drive of one Macintosh only. 
  583.  
  584.         Order one MacToPic program for each Macintosh you use it on or take
  585.         advantage of our site license option.
  586.  
  587.                           
  588.   
  589.  
  590.                                      MacToPicェ
  591.                              was written by Rich Love
  592.  
  593.                             
  594.                              MacToPicFont was designed
  595.                                    by Rich Love
  596.  
  597.  
  598.  
  599. Apple, the Apple logo and the Macintosh logo are registered trademarks 
  600. of Apple Computer, Inc. ImageWriter and LaserWriter are trademarks 
  601. of Apple Computer, Inc.
  602.  
  603. Prism, Reality, and Microdata are registered trademarks of McDonnell Douglas.
  604.  
  605. Pick is a registered trademark of Pick Systems.
  606.  
  607. Excel is a trademark of Microsoft Corp.
  608.  
  609. Hayes is a trademark of Hayes Microcomputer Inc.
  610.  
  611. Viewpoint is a trademark of Applied Digital Data Systems Inc.
  612.  
  613. VT101 is a trademark of Digital Equipment Corporation.
  614.  
  615. Wyse is a trademark of Wyse Technology
  616.  
  617. Televideo is a trademark of Televideo Corporation.
  618.  
  619. MacToPic is a trademark of Carnation Software.
  620.  
  621. =======================================================
  622.  
  623. Thanks to Chris Stasny of Staz Software and Ross Lambert
  624. of Ariel Publications for providing "CDEF City" which makes 
  625. pop-up menus and three-dimensional buttons possible in 
  626. FutureBASIC.
  627. Also, thanks to Raoul Watson of Ariel Pubs for help with the 
  628. screen capture routine and various other goodies.
  629.